home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / main / Connections.proto.h < prev    next >
Text File  |  1993-10-05  |  354b  |  10 lines

  1.  
  2. /* Connections.c */
  3. void OpenPortSpecial(MenuHandle menuh, short item);
  4. void PresentOpenConnectionDialog(void);
  5. Boolean CreateConnectionFromParams(ConnInitParams **Params);
  6. void CompleteConnectionOpening(short dat, ip_addr the_IP, OSErr DNRerror, char *cname);
  7. void destroyport(short wind);
  8. void removeport(short n);
  9. void setSessStates(DialogPtr dptr);
  10.